	
/* top nav panel */
#topNav {
	font: 11px/2.7em Verdana, Arial, Helvetica, sans-serif;
	width: 477px;
	margin: 0px;
	color: #ffffff;
	background-image: url(../images/what/headPanel.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 31px;
	text-align: right;
	text-indent: 5em;
	vertical-align: bottom;
	}
	

#topNav a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#topNav a:hover {
	color: #333333;
	text-decoration: none;
}

	

div#sidebar {
	float:left;
	width: 200px;
	background-image: url(../images/what/Nav_rpt.jpg);
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	/*height: 600px;*/
	}
	
div#sidebar ul {
	margin-bottom:0px;
	padding: 0px;
	width: 200px;
}

div#sidebar li {
	position: relative;
	list-style: none;
	margin: 0;
	font-size: .8em;
	color: #ffffff;
}


div#sidebar li a {
	display: block;
	color: #c18646;
	text-decoration: none;
	width: 180px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 40px;
}

div#sidebar li a:hover {
	color: #ffffff;
}



div#sidebar ul a {
	width: 180px;
	margin: 2px;
	padding: 2px;
}

div#sidebar ul.level1 li.submenu:hover ul.level2, 
div#sidebar ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

/* left menu panel */
#leftMenuTop {
	background-image: url(../images/what/Nav_top.jpg);
	background-repeat: no-repeat;
	width: 243px;
	padding: 0px;
	height: 21px;
	}
	
#leftMenuBot {
	background-image: url(../images/what/Nav_bot.jpg);
	background-repeat: no-repeat;
	width: 243px;
	padding: 0px;
	height: 13px;
	}
	
